home *** CD-ROM | disk | FTP | other *** search
- void initgraphics();
- void set320x200();
- void set320x240();
- void set320x400();
- void set360x270();
- void set400x300();
- void set80x25(void);
- void flippage();
- void clearpage(int color,int pct = 100,int r=1);
- void clearvga(); // clear the all vga pages to 0
- unsigned getpixel(int x, int y);
- void putpixel(int x,int y,int color);
- void setwindow(int left, int top, int right, int bottom);
- void vplot(int x,int y,int color); // virtual coordinates
- void ZFRputimage(void *p,int x, int y, int percent, int flip,int angle);
-